Cavern

 Cavern4D

 Cavernize

 Debug

 FilterInterfaces

 Filters

 Format

  Common

  Consts

  Container

  Decoders

  Environment

  FilterSet

  Renderers

  Transcoders

  AudioDefinitionModelElements

  ADMBlockFormat

  ADMChannelFormat

  ADMContent

  ADMDialogueType

  ADMObject

  ADMPackFormat

  ADMPackType

  ADMProgramme

  ADMStreamFormat

  ADMStreamFormat(string, string, ADMTrackCodec, string, string, string)

  ADMStreamFormat(XElement)

  ChannelFormat

  Deserialize(XElement)

  Format

  PackFormat

  Serialize(XmlWriter)

  TrackFormat

  ADMTimeSpan

  ADMTrack

  ADMTrackCodec

  ADMTrackFormat

  ChannelAssignment

  DialogueContentKind

  MixedContentKind

  NonDialogueContentKind

  TaggedADMElement

  AudioDefinitionModel

  DolbyMetadata

  EnhancedAC3Merger

  Utilities

  AudioFormat

  AudioReader

  AudioTrackReader

  AudioWriter

  BitDepth

  EnhancedAC3Reader

  LAFMode

  LimitlessAudioFormatReader

  LimitlessAudioFormatWriter

  RIFFWaveReader

  RIFFWaveWriter

  SegmentedAudioReader

  SegmentedAudioWriter

 Helpers

 QuickEQ

 Remapping

 SpecialSources

 Spoofer

 Utilities

 Virtualizer

 Atmosphere

 AudioClip3D

 AudioListener3D

 AudioListener3DInspector

 AudioSource3D

 CavernizeRealtime

 Channel

 Clip

 Environments

 Jack

 Listener

 QualityModes

 Rolloffs

 SeatAdaptation

 Source

class ADMStreamFormat

Merging of format information elements.
VisibilityPublic
ExtendsTaggedADMElement

Public functions

Constructor ADMStreamFormat(string id, string name, ADMTrackCodec format, string channelFormat, string packFormat, string trackFormat)Merging of format information elements.
Constructor ADMStreamFormat(XElement source)An ADM track format parsed from the corresponding XML element.
void Deserialize(XElement source)Read the values of an XML element into this object.
void Serialize(XmlWriter writer)Create an XML element about this object.

Public properties

string ChannelFormatReferenced channel format by ID.
ADMTrackCodec FormatCoding of the track.
string PackFormatReferenced pack format by ID.
string TrackFormatReferenced track format by ID.